ReadUnsignedInt8() public method

public ReadUnsignedInt8 ( ) : Byte
return Byte
コード例 #1
0
        public static byte_id UnPack(ByteArray reader)
        {
            byte_id tbl = new byte_id();

            tbl.id = reader.ReadUnsignedInt8();

            return(tbl);
        }