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