Свойство | Тип | Описание | |
---|---|---|---|
connectedTo | List |
||
localIP | IPHostEntry | ||
onRemoteCreate | SpriteCustomBehavior | ||
onRemoteName | SpriteCustomBehavior |
Метод | Описание | |
---|---|---|
Activity ( ) : void | ||
Connect ( string ipAddress ) : void | ||
Decode ( |
||
Decode ( float &targetFloat, byte data, int &offset ) : void | ||
Decode ( long &targetLong, byte data, int &offset ) : void | ||
Decode ( string &targetString, byte data, int &offset ) : void | ||
Disconnect ( ) : void | ||
Encode ( string stringToEncode, |
||
GetID ( Sprite s ) : int | ||
GetLastLocalSpriteAdded ( ) : Sprite | ||
GetLocalSprite ( int ID ) : Sprite | ||
GetPacketType ( byte data, int offset ) : int | ||
GetRemoteControlledSprite ( int ID, ushort computerID ) : Sprite | ||
GetRemoteControlledSprite ( string name, ushort computerID ) : Sprite | ||
Host ( ) : void | ||
IsValidIP ( string s ) : bool | ||
NetworkManager ( ) : System | ||
RemovePacket ( |
||
ResetDisconnectedState ( ) : void | ||
SendBytes ( byte bytesToSend ) : void | ||
SendPacket ( |
||
SendText ( string textToSend ) : void | ||
StartPinging ( ) : void | ||
ToString ( ) : string |
Метод | Описание | |
---|---|---|
DecodeData ( byte data, int start, int recv, ushort senderComputerID ) : string | ||
GetPendingSprite ( int ID, ushort computerID ) : |
||
SendPing ( ) : void |
public Connect ( string ipAddress ) : void | ||
ipAddress | string | |
Результат | void |
public static Decode ( |
||
targetInt | ||
data | byte | |
offset | int | |
Результат | void |
public static Decode ( float &targetFloat, byte data, int &offset ) : void | ||
targetFloat | float | |
data | byte | |
offset | int | |
Результат | void |
public static Decode ( long &targetLong, byte data, int &offset ) : void | ||
targetLong | long | |
data | byte | |
offset | int | |
Результат | void |
public static Decode ( string &targetString, byte data, int &offset ) : void | ||
targetString | string | |
data | byte | |
offset | int | |
Результат | void |
public static Encode ( string stringToEncode, |
||
stringToEncode | string | |
ms | ||
Результат | void |
public GetLastLocalSpriteAdded ( ) : Sprite | ||
Результат | Sprite |
public GetPacketType ( byte data, int offset ) : int | ||
data | byte | |
offset | int | |
Результат | int |
public GetRemoteControlledSprite ( int ID, ushort computerID ) : Sprite | ||
ID | int | |
computerID | ushort | |
Результат | Sprite |
public GetRemoteControlledSprite ( string name, ushort computerID ) : Sprite | ||
name | string | |
computerID | ushort | |
Результат | Sprite |
public static IsValidIP ( string s ) : bool | ||
s | string | |
Результат | bool |
public RemovePacket ( |
||
packet | ||
Результат | void |
public SendBytes ( byte bytesToSend ) : void | ||
bytesToSend | byte | |
Результат | void |
public SendPacket ( |
||
packetToSend | ||
Результат | void |
public SendText ( string textToSend ) : void | ||
textToSend | string | |
Результат | void |
public SpriteCustomBehavior onRemoteCreate | ||
Результат | SpriteCustomBehavior |