| GameLiftManagerGameControllerGetDataCount Method |
Gets the amount of data pieces in a byte array by looking at the first number in the byte array
Namespace:
ASL
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax private int GetDataCount(
byte[] _payload
)
Private Function GetDataCount (
_payload As Byte()
) As Integer
private:
int GetDataCount(
array<unsigned char>^ _payload
)
private member GetDataCount :
_payload : byte[] -> int
Parameters
- _payload
- Type: SystemByte
The byte array to be used
Return Value
Type:
Int32An int showcasing how many data pieces are contained in the byte array
See Also