ifish/Ifish/models/wifiModel/sendmaseegemodel/manulswitchMSModel.m

22 lines
467 B
Objective-C

//
// manulswitchMSModel.m
// Ifish
//
// Created by imac on 15/10/12.
// Copyright © 2015年 imac. All rights reserved.
//
#import "manulswitchMSModel.h"
@implementation manulswitchMSModel
- (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