Packet: LinkRequest

01 Member description:
TypeNameDescription
AStrmLinkNameName of the link
UInt16mPacketSeedSeed value
ListmLinkedConnNameRefListList of linked Connection Names
"mLinkedConnNameRefList" denotes that it contains reference structures (SemysAnyRef) which point to SemysConnName structures.
More sophisticated container may drop the syllable 'Ref'.
02 Binary description:
VTypeDataReq
1AStrmLinkName
1Int16mPacketSeed
1SListmLinkedConnNameRefList
03 ConnName Member description:
TypeNameDescription
AStrmLocalLocal connection name (sender)
AStrmRemoteRemote connection name (receiver)
04 ConnName Binary description:
VTypeDataReq
1AStrmLocal
1AStrmRemote
05 This packet is sent after receiving a verified LinkIdentify packet. After this packet has been sent, the connection is available for the link for transmissions.
06 This packet is sent to all connections that had been verified by the receiver and the list contains the names of all of those connections. (Including the one that just had been identified.)
07 Receiving this packet tells the receiver from which point on a packet will be received by all connections that received the same packet.
08 Reference: SemysPacket.h
Implementation: Semys Library
See Also: Packet Sub-System, Packet: LinkIdentify

Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details.