ReadUnsignedInt8() public méthode

public ReadUnsignedInt8 ( ) : Byte
Résultat Byte
Exemple #1
0
        public static byte_id UnPack(ByteArray reader)
        {
            byte_id tbl = new byte_id();

            tbl.id = reader.ReadUnsignedInt8();

            return(tbl);
        }