ReadUnsignedInt8() 공개 메소드

public ReadUnsignedInt8 ( ) : Byte
리턴 Byte
예제 #1
0
        public static byte_id UnPack(ByteArray reader)
        {
            byte_id tbl = new byte_id();

            tbl.id = reader.ReadUnsignedInt8();

            return(tbl);
        }