Rev 986 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 986 | Rev 1008 | ||
|---|---|---|---|
| Line 52... | Line 52... | ||
| 52 | { |
52 | { |
| 53 | str += key + ":" + this.myData[key] + ","; |
53 | str += key + ":" + this.myData[key] + ","; |
| 54 | } |
54 | } |
| 55 | 55 | ||
| 56 | return str.rtrim(","); |
56 | return str.rtrim(","); |
| - | 57 | } |
|
| - | 58 | ||
| - | 59 | CanNMTMessage.prototype.send = function() |
|
| - | 60 | { |
|
| - | 61 | sendCanNMTMessage( this.getClassName(), |
|
| - | 62 | this.getCommandName(), |
|
| - | 63 | this.getDataString()); |
|
| 57 | } |
64 | } |
| 58 | 65 | ||
| 59 | CanNMTMessage.prototype.toString = function() |
66 | CanNMTMessage.prototype.toString = function() |
| 60 | { |
67 | { |
| 61 | return "[CanNMTMessage] " + this.getClassName() + ", " + |
68 | return "[CanNMTMessage] " + this.getClassName() + ", " + |