OnCreatePoint 메서드
소스 보기OnCreatePoint(MemberInfo, InterfaceAttribute, bool, bool?)
인터페이스 포인트 생성시 호출되는 메서드
선언
protected InterfacePoint OnCreatePoint(MemberInfo memberInfo, InterfaceAttribute rootAttribute, bool writable, bool? useMultiWriteFunction = null)
매개 변수
형식 | 이름 | 설명 |
---|---|---|
MemberInfo | memberInfo | 바인딩 할 멤버 정보 |
InterfaceAttribute | rootAttribute | 자동 바인딩 시 지정한 최상위 인터페이스 특성 |
bool | writable | 쓰기 가능 여부 |
bool? | useMultiWriteFunction | 쓰기 요청 시 다중 쓰기 Function(0x10) 사용 여부, Holding Register일 경우만 적용되고 Input Register일 경우는 무시함 |
반환
형식 | 설명 |
---|---|
InterfacePoint | 인터페이스 포인트 |