Gurux.DLMS.GXDLMSServer.FindObject C# (CSharp) 메소드

FindObject() 보호된 추상적인 메소드

Find object.
protected abstract FindObject ( ObjectType objectType, int sn, String ln ) : GXDLMSObject
objectType ObjectType Object type. In Short Name referencing this is not used.
sn int Short Name. In Logical name referencing this is not used.
ln String Logical Name. In Short Name referencing this is not used.
리턴 Gurux.DLMS.Objects.GXDLMSObject
        protected abstract GXDLMSObject FindObject(ObjectType objectType, int sn, String ln);