GetUInt16 메서드
소스 보기GetUInt16(ushort)
특정 주소로부터 부호 없는 2 Byte 정수 값 가져오기
선언
public ushort GetUInt16(ushort address)
매개 변수
형식 | 이름 | 설명 |
---|---|---|
ushort | address | 주소 |
반환
형식 | 설명 |
---|---|
ushort | 값 |
GetUInt16(ushort, bool)
특정 주소로부터 부호 없는 2 Byte 정수 값 가져오기
선언
public ushort GetUInt16(ushort address, bool isBigEndian)
매개 변수
형식 | 이름 | 설명 |
---|---|---|
ushort | address | 주소 |
bool | isBigEndian | 빅 엔디안 여부 |
반환
형식 | 설명 |
---|---|
ushort | 값 |