Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | 30 | 31 |
Tags
- protobuf-c
- C#
- 기념일관리
- net
- 데이터 전달
- Font
- plcrashreporter
- .net
- EUC-KR
- MFC
- 한 번만 실행
- docker
- Antialiasing
- self-signed ssl
- crashlog
- JavaScript
- VS2008
- GDI
- API
- 크래시로그
- 와이브로
- 설치제거
- 블루투스 헤드셋
- PDA
- php
- 자바스크립트
- ClickOnce
- C/C++
- phpmailer
- M8200
Archives
- Today
- Total
목록2009/12/20 (1)
~☆~ 우하하!!~ 개발블로그
아이템 개수 가져오기
// ResponseTr 의 헤더에서 데이터의 크기 가져오기 int nBodyLength = [[[[NSString alloc] initWithBytes:(*ResponseTr).Header.szBodyMessageLen length:4 encoding:NSASCIIStringEncoding] autorelease] intValue]; // Body 에 들어있는 아이템 개수 구하기 int nItemCount = (nBodyLength - sizeof((*ResponseTr).Body.szSearchValue)) / sizeof(MOBILO_2230_RESPONSE_BODY_ITEM); NSLog(@"Body Length = %d, Item Count = %d", nBodyLength, nItemCount);
iPhone & Cocoa
2009. 12. 20. 13:21