ifish/Ifish/controllers/FishTinkController/maincontroller/CenterontrolControllers/RuSunTemp/RuSunLightOrder.m

22 lines
458 B
Objective-C

//
// RuSunLightOrder.m
// Ifish
//
// Created by imac on 17/1/4.
// Copyright © 2017年 lianxiang. All rights reserved.
//
#import "RuSunLightOrder.h"
@implementation RuSunLightOrder
- (NSString *)description
{
self.messagetype=@"00";
self.massagelegth=@"13";
self.functionCode=@"03";
return [NSString stringWithFormat:@"%@%@%@%@%@", self.messagetype,self.functionCode,self.sendmacId,self.resavemacId,self.massagelegth];
}
@end