/// <summary> /// Serialise the contents of the EZSP structure. </summary> public int[] Serialize(EzspSerializer serializer) { serializer.SerializeEmberEui64(_gpdIeeeAddress); serializer.SerializeUInt32(_sourceId); serializer.SerializeEmberGpApplicationId(_applicationId); serializer.SerializeUInt8(_endpoint); return(serializer.GetPayload()); }