Method | Description | |
---|---|---|
Connect ( string ipAddress, int portNo ) : Task |
||
ProcessResponseWaitPacket ( |
||
SendAndWaitResponse ( |
||
SendAndWaitResponse ( |
||
SendAndWaitResponse ( |
||
SendAndWaitResponse ( |
Method | Description | |
---|---|---|
AwaitableMethod ( |
||
NetworkClosed ( |
||
NetworkConnected ( |
public Connect ( string ipAddress, int portNo ) : Task |
||
ipAddress | string | |
portNo | int | |
return | Task |
public ProcessResponseWaitPacket ( |
||
packet | ||
return | bool |
public SendAndWaitResponse ( |
||
packet | ||
responsePacketId | ushort | |
return | Task |
public SendAndWaitResponse ( |
||
packet | ||
responsePacketId | ushort | |
predicate | bool>.Func | |
return | Task |
public SendAndWaitResponse ( |
||
packet | ||
responsePacketId | ushort | |
predicate | bool>.Func | |
timeout | int | |
return | Task |
public SendAndWaitResponse ( |
||
packet | ||
responsePacketId | ushort | |
timeout | int | |
return | Task |