WriteUnsignedInt8() public method

public WriteUnsignedInt8 ( Byte b ) : void
b Byte
return void
コード例 #1
0
 public override void Pack(ByteArray w)
 {
     w.WriteUnsignedInt8(this.id);
 }