NetworkCommsSendReceiveObjectsendObjectType, returnObjectType Method |
Namespace:
NetworkCommsDotNet
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic static returnObjectType SendReceiveObject<sendObjectType, returnObjectType>(
string sendingPacketTypeStr,
string destinationIPAddress,
int destinationPort,
string expectedReturnPacketTypeStr,
int returnPacketTimeOutMilliSeconds,
sendObjectType sendObject
)
Parameters
- sendingPacketTypeStr
- Type: SystemString
- destinationIPAddress
- Type: SystemString
- destinationPort
- Type: SystemInt32
- expectedReturnPacketTypeStr
- Type: SystemString
- returnPacketTimeOutMilliSeconds
- Type: SystemInt32
- sendObject
- Type: sendObjectType
Type Parameters
- sendObjectType
- returnObjectType
Return Value
Type:
returnObjectType
See Also