FMKFacility Class Reference
Inherits from | FMKNode : NSObject |
---|---|
Declared in | FMKFacility.h FMKFacility.mm |
Other Methods
name
公共设施名称 可能为空
@property (nonatomic, readonly) NSString *name
Discussion
公共设施名称 可能为空
Declared In
FMKFacility.h
eid
公共设施eid 该ID表示该公共设施在楼层上的编码 编码从1开始
@property (nonatomic, readonly) int eid
Discussion
公共设施eid 该ID表示该公共设施在楼层上的编码 编码从1开始
Declared In
FMKFacility.h
ename
公共设施英文名称 可能为空
@property (nonatomic, readonly) NSString *ename
Discussion
公共设施英文名称 可能为空
Declared In
FMKFacility.h
Other Methods
– setPointer:
内部关联指针 不可修改
- (void)setPointer:(long)pointer
Discussion
内部关联指针 不可修改
Declared In
FMKNode.m